at this point the state of the widget element tree is no longer stable. flutter

161

GlobalKey _scaffold = Global Key();
Scaffold(
  key: _scaffold
);
...
showDialog(context: _scaffold.currentContext)

Comments

Submit
0 Comments